regexp/syntax.compiler.loop (method)
3 uses
regexp/syntax (current package)
compile.go#L238: func (c *compiler) loop(f1 frag, nongreedy bool) frag {
compile.go#L258: return c.loop(f1, nongreedy)
compile.go#L262: return frag{f1.i, c.loop(f1, nongreedy).out, f1.nullable}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)